home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / util / boot / selector80.lha / Selector / File Browser 2 < prev    next >
Encoding:
Text File  |  1998-10-05  |  746 b   |  36 lines

  1. ;Just making the scripts to beleive that you have
  2. ;installed the tools required.
  3.  
  4. if not exists libs:parm.library
  5.     assign libs: tools/wbrun/ add
  6. endif
  7.  
  8. assign >nil: sel: exists
  9. if warn
  10.     assign SEL: "`cd`" add
  11.     assign C: tools/wbrun add
  12.     assign C: tools add
  13. endif
  14.  
  15. if not exists SEL:bro
  16.     assign SEL: "`cd`" add
  17.     assign C: tools/wbrun add
  18.     assign C: tools add
  19. endif
  20.  
  21.  
  22. ;If you want to use this script regulary, then
  23. ;Install all the tools in selector/tools
  24. ;and copy the scripts to SEL:bro/'
  25. ;
  26. ;After this, you can start the browser by
  27. ;execute sel:bro/startbrowser
  28. ;
  29. ;or if you want to start on a specific directory,
  30. ;lets say "Work:tools/" then start by:
  31. ;execute sel:bro/startbrowser "Work:tools"
  32.  
  33. selector bro/info.sel
  34.  
  35. execute bro/startbrowser
  36.